home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- member("InstallTitle").foreColor = 70
- cursor(280)
- put "To install this software title to your hard drive, click here!" into member "Infofield"
- end
-
- on mouseLeave
- member("InstallTitle").foreColor = 255
- put EMPTY into member "Infofield"
- cursor(0)
- end
-
- on mouseDown
- gotoNetPage("http://www.microsoft.com")
- end
-